home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Script_Commands / Failat < prev    next >
Text File  |  1992-02-26  |  501b  |  23 lines

  1. Command Name : Failat
  2.  
  3. Function : Set script to ignore errors with numbers below <n>
  4.  
  5. Arguments : <n>
  6.  
  7. Location : C directory
  8.  
  9. Failat tells the computer to continue running the script if an error below
  10. <n> occurs.  This is useful if you have a command, for example PP that runs
  11. but says it has failed even if it hasn't.  If it gives an error 10, Set the
  12. Failat value to 10.  Any errors below error 10 will be ignored.
  13.  
  14. Examples
  15.  
  16. Failat 10
  17.  
  18.     Set the fail value to 10
  19.  
  20. Failat 1
  21.  
  22.     Reset the Failat value
  23.